home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / nurbs / i3spiral.js next >
Encoding:
Text File  |  2005-04-04  |  837 b   |  35 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/tools/nurbs/i3spiral.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/iagad/i3intact.js")
  7. var R3CLID_IASPIRALGADGET = 1792;
  8.  
  9. R3IASPIRALGADM_TYPE = 1792000;
  10.  
  11. function _R3IASPIRALGADM_TYPE() {
  12.   return this.r3Do(R3IASPIRALGADM_TYPE, arguments);
  13. }
  14.  
  15.  
  16. R3IASPIRALGADM_COUNT = 1792001;
  17.  
  18. function _R3IASPIRALGADM_COUNT() {
  19.   return this.r3Do(R3IASPIRALGADM_COUNT, arguments);
  20. }
  21.  
  22. function r3Iaspiralgadget () { 
  23.    this.base = r3God;
  24.    if(arguments.length) {
  25.       this.base(R3CLID_IASPIRALGADGET, arguments);
  26.    }
  27.    // Methods
  28.    this.TYPE=_R3IASPIRALGADM_TYPE;
  29.    this.COUNT=_R3IASPIRALGADM_COUNT;
  30.  
  31.    // Attributes
  32. }
  33.  
  34. r3Iaspiralgadget.prototype=new r3Iacontrolgadget;
  35. // inc/plugins/tools/nurbs/i3spiral.h_H